GET api/feature/list?identifiers[0]={identifiers[0]}&identifiers[1]={identifiers[1]}
Get a list of features by a list of ids
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
featureid |
the list of ids |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A System.Net.Http.HttpResponseMessage value...
Collection of Dezrez.Core.DataContracts.External.Api.Descriptions.Query.FeatureDataContractName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "Id": 2 }, { "Name": "sample string 1", "Id": 2 } ]